home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m17.dir / 00038_script movie.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  406 b   |  18 lines

  1. on startMovie
  2.   global gTextField, gOnIBM
  3.   puppetSprite(11, 1)
  4.   identifyPlatform()
  5. end
  6.  
  7. on showtext
  8.   global gTextField, gOnIBM
  9.   if gOnIBM then
  10.     set the textFont of field "article" to "Arial"
  11.     set the textSize of field "article" to 12
  12.   else
  13.     set the textFont of field "article" to "Geneva"
  14.     set the textSize of field "article" to 12
  15.   end if
  16.   put field gTextField into field "article"
  17. end
  18.